Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-450: move all pytest.fixture into conftest.py #451

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

paddyroddy
Copy link
Member

This makes them available to all tests. I need cosmo for use in #449.

Have also added scope="session" so they are only computed once when testing rather than multiple times.

This makes them available to all tests. I need `cosmo` for use in #449.

Have also added `scope="session"` so they are only computed once when
testing rather than multiple times.
@paddyroddy paddyroddy added enhancement New feature or request testing Work is related to testing labels Nov 21, 2024
@paddyroddy paddyroddy self-assigned this Nov 21, 2024
Copy link
Member

@Saransh-cpp Saransh-cpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, much cleaner now!

@paddyroddy paddyroddy merged commit 385e745 into main Nov 25, 2024
17 checks passed
@paddyroddy paddyroddy deleted the paddy/issue-450 branch November 25, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Work is related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants